home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000380_henry.thorpe@att.net_Sun Mar 16 09:55:32 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  53 lines

  1. Article: 14178 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!nycmny1-snh1.gtei.net!chcgil2-snh1.gtei.net!news.gtei.net!wn12feed!worldnet.att.net!bgtnsc04-news.ops.worldnet.att.net.POSTED!not-for-mail
  3. Message-ID: <3E73FF4A.5050608@att.net>
  4. From: "Henry E. Thorpe" <henry.thorpe@att.net>
  5. Organization: Just me!
  6. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130
  7. X-Accept-Language: en-us, en
  8. MIME-Version: 1.0
  9. Newsgroups: comp.unix.bsd.freebsd.misc,comp.protocols.kermit.misc
  10. Subject: Re: sample freebsd ckermit w/ security makefile
  11. References: <805c1bb5.0303120729.719980ee@posting.google.com>
  12. In-Reply-To: <805c1bb5.0303120729.719980ee@posting.google.com>
  13. Content-Type: text/plain; charset=us-ascii; format=flowed
  14. Content-Transfer-Encoding: 7bit
  15. Lines: 30
  16. NNTP-Posting-Host: c2179fdca4c08f89fe42503e574250c3
  17. X-Complaints-To: abuse@worldnet.att.net
  18. X-Trace: bgtnsc04-news.ops.worldnet.att.net 1047789388 c2179fdca4c08f89fe42503e574250c3 (Sun, 16 Mar 2003 04:36:28 GMT)
  19. NNTP-Posting-Date: Sun, 16 Mar 2003 04:36:28 GMT
  20. Date: Sun, 16 Mar 2003 04:36:28 GMT
  21. Xref: newsmaster.cc.columbia.edu comp.unix.bsd.freebsd.misc:232641 comp.protocols.kermit.misc:14178
  22.  
  23. The Makefile in ports defaults to using SSL/TLS:
  24.  
  25.    /usr/ports/comms/kermit
  26.  
  27. If you want to link against OpenSSL 0.9.7a, then add 
  28. '-DOPENSSL_DES_LIBDES_COMPATIBILITY -DOPENSSL_097' to the MAKE_ARGS.
  29.  
  30. To easily use 8.0.208, I just did a 'make extract', then un-tar'ed the 
  31. 8.0.208 distribution into the work directory, then did a 'make install'.
  32.  
  33. Alternately, you could (the right way to do it):
  34.  
  35.   - In the Makefile, change PORTVERSION=    8.0.208
  36.   - edit distinfo to be cku208.tar.gz
  37.   - edit distinfo to update the MD5 sum to be that of the actual 
  38. cku208.tar.gz file
  39.  
  40. boz wrote:
  41. > Anyone have any sample makefiles for ssl/tls security to be added to
  42. > ckermit 8.0?  I'm running freebsd 5.0, and can compile the default
  43. > makefile for 8.0.208
  44. > On a (somewhat related topic) I have uploaded the binary for .208
  45. > freebsd 5.0 to kermit.columbia.edu -- don't know when they'll post it
  46. > live on the website
  47. > Trying not to have to reinvent the wheel.
  48. > TIA,
  49.  
  50.